home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000294_simon@lia.di.epfl.ch_Wed Feb 9 10:23:15 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from liasun6.epfl.ch by cs.umb.edu with SMTP id AA22338
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 9 Feb 1994 10:23:15 -0500
  3. Received: by liasun6.epfl.ch (Smail3.1.28.1 #58)
  4.     id m0pUGkw-0002QbC; Wed, 9 Feb 94 16:23 MET
  5. Message-Id: <m0pUGkw-0002QbC@liasun6.epfl.ch>
  6. Date: Wed, 9 Feb 94 16:23 MET
  7. From: simon@lia.di.epfl.ch (Simon Leinen)
  8. To: tex-k@cs.umb.edu
  9. Subject: web2c 6.1 - --srcdir still broken - patch3
  10.  
  11. A small patch I missed in my last post.
  12. -- 
  13. Simon.
  14.  
  15. *** web2c/man/Makefile.in    1994/02/08 17:05:37    1.1
  16. --- web2c/man/Makefile.in    1994/02/08 17:04:28
  17. ***************
  18. *** 128,138 ****
  19.   .SUFFIXES: .man .1 .txt .ps .dvi
  20.   .man.1:
  21. !     sed -f sedscript $*.man >$@
  22.   .1.dvi:
  23. !     $(DITROFF) -Tdvi -man $*.1 >$@
  24.   .1.ps:
  25. !     $(DITROFF) -Tps -man $*.1 >$@
  26.   .1.txt:
  27. !     $(DITROFF) -Tascii -man $*.1 | col -b | expand >$@
  28.   
  29.   all: $(manfiles)
  30. --- 128,138 ----
  31.   .SUFFIXES: .man .1 .txt .ps .dvi
  32.   .man.1:
  33. !     sed -f sedscript $< >$@
  34.   .1.dvi:
  35. !     $(DITROFF) -Tdvi -man $< >$@
  36.   .1.ps:
  37. !     $(DITROFF) -Tps -man $< >$@
  38.   .1.txt:
  39. !     $(DITROFF) -Tascii -man $< | col -b | expand >$@
  40.   
  41.   all: $(manfiles)